.footer {
  background-color: #333333;
  height: 270px;
  margin-top:50px;
}
.footer_box {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 36px;
}
.footer_left {
  float: left;
  width: 200px;
}
.footer_large {
  font-size: 18px;
  margin-bottom: 28px;
}
.footer_small {
  font-size: 14px;
  margin-bottom: 24px;
  color: #fff;
}
.footer_small:hover {
  color: #3D7EFE;
}
.footer_division {
  width: 1px;
  height: 160px;
  background-color: #4f4f4f;
  float: left;
}
.footer_code {
  float: left;
  margin-left: 44px;
}
.footer_code > div {
  font-size: 14px;
  margin-bottom: 18px;
  text-align: center;
}
.footer_code > img {
  width: 120px;
  height: 120px;
}
.footer_public {
  margin-left: 18px;
}
.footer_right {
  float: right;
}
.footer_phone {
  margin-top: 16px;
  line-height: 28px;
}
.footer_phone > img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.footer_phone > span {
  font-size: 30px;
}
.footer_dec {
  margin-left: 40px;
  font-size: 14px;
}
.footer_time {
  margin-top: 28px;
}
.footer_time > img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.footer_time > span {
  font-size: 30px;
  margin-top: 12px;
}
